[
	{
		"id": 1,
		"title": "All Day Event",
		"start": "2011-03-25"
	},
	{
		"id": 2,
		"title": "Long Event",
		"start": "2011-03-20",
		"end":   "2011-03-25"
	},
	{
		"id": 3,
		"title": "Meeting",
		"start": "2011-03-23 9:30:00",
		"allDay": false
	},
	{
		"id": 4,
		"title": "Lunch",
		"start": "2011-03-24 11:30:00",
		"end":   "2011-03-24 12:30:00",
		"allDay": false
	},
	{
		"id": 5,
		"title": "Birthday Party",
		"start": "2011-03-28 17:30:00",
		"end":   "2011-03-28 19:30:00",
		"allDay": false
	},
	{
		"id": 6,
		"title": "Click for Google",
		"start": "2011-03-27",
		"end":   "2011-03-28",
		"url":   "http://google.com/"
	}
	
]
